home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #16 / K-CD 16-2002.ISO / VIA 4-i-1 driver / IDEWinXP / VIAIDEXP.INF < prev    next >
Windows Setup INFormation  |  2001-10-18  |  2KB  |  72 lines

  1. ; Copyright (c) 1993-1999 Microsoft Corporation
  2. ;
  3. ; DDK Sample INF File for PCIIDE
  4. ;
  5.  
  6. [version]
  7. Signature="$WINDOWS NT$"
  8. Class=hdc
  9. ClassGuid={4D36E96A-E325-11CE-BFC1-08002BE10318}
  10. Provider=%VIA%
  11. CatalogFile = viamini.cat
  12. ;CatalogFile = catalog.cat  - If this was an acutal IHV produced miniport driver
  13. ;                          inf, the catalog name would be supplied here.
  14.  
  15.  
  16. DriverVer=10/18/2001,5.1.2600.120
  17.  
  18. [SourceDisksNames]
  19. 1 = %VIAFilterDisk%
  20.  
  21. [SourceDisksFiles]
  22. viaidexp.sys = 1
  23.  
  24.  
  25. [DestinationDirs]
  26. DefaultDestDir = 12 ; DIRID_DRIVERS
  27.  
  28. [Manufacturer]
  29. %VIA%=VIA_HDC
  30.  
  31. [VIA_HDC]
  32.  
  33. %PCI\VEN_1106&DEV_0571.DeviceDesc%=viaide_Inst, PCI\VEN_1106&DEV_0571       ; VIA
  34.  
  35.  
  36.  
  37. ;****************************************************
  38. ; Generic Dual PCI IDE Controller 
  39. [viaide_Inst]
  40. CopyFiles = @viaidexp.sys
  41.  
  42. [viaide_Inst.Services]
  43. AddService = viaide, %SPSVCINST_ASSOCSERVICE%, viaide_Service_Inst
  44.  
  45. [viaide_Service_Inst]
  46. ServiceType    = %SERVICE_KERNEL_DRIVER%
  47. StartType      = %SERVICE_BOOT_START%
  48. ErrorControl   = %SERVICE_ERROR_NORMAL%
  49. ServiceBinary  = %12%\viaidexp.sys
  50. LoadOrderGroup = System Bus Extender
  51.  
  52.  
  53.  
  54.  
  55. [ControlFlags]
  56. CopyFilesOnly=PCI\VEN_1106&DEV_0571                
  57.  
  58. [Strings]
  59. VIA            = "VIA Technologies, Inc."
  60. PCI\VEN_1106&DEV_0571.DeviceDesc="VIA Bus Master IDE Controller"
  61. VIAFilterDisk        = " "
  62.  
  63.  
  64. ;*******************************************
  65. ;Handy macro substitutions (non-localizable)
  66. SPSVCINST_ASSOCSERVICE = 0x00000002
  67. SERVICE_KERNEL_DRIVER  = 1
  68. SERVICE_BOOT_START     = 0
  69. SERVICE_ERROR_NORMAL   = 1
  70.  
  71.  
  72.